-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CR-11473 bootstrap recovery from repo #296
Conversation
Codecov Report
@@ Coverage Diff @@
## main #296 +/- ##
==========================================
- Coverage 60.46% 60.44% -0.03%
==========================================
Files 17 17
Lines 3023 3036 +13
==========================================
+ Hits 1828 1835 +7
- Misses 1096 1101 +5
- Partials 99 100 +1
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
cmd/commands/repo.go
Outdated
} else { | ||
return fmt.Errorf("folder %s already exist in: %s", folder, repofs.Join(repofs.Root(), folder)) | ||
} | ||
} else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
else if recover
"password": []byte("foo"), | ||
}, | ||
}) | ||
f.EXPECT().Apply(gomock.Any(), gomock.Any()). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also assert that repo persist
is not called.
Co-authored-by: roi-codefresh <[email protected]>
/merge |
No description provided.